RB3DSpace.FindObject Function
Finds object at x, y (pixels) within the RB3DSpace. The coordinates.
Syntax
result = RB3DSpace.FindObject( x, y )
Parameters
x
Integer
y
Return Value
Result
Object3D
Returns Nil if the point contains no object. Returns the object drawn at that point as an Object3D.